VObject::AddToClipper
Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index
Return to Main Contents
NAME
VObject::AddToClipper - instance method
TEMPLATE
void AddToClipper(Clipper * aClipper)
SPECIFIERS
public
virtual
DESCRIPTION
AddToClipper is called by the class Clipper when the Clipper is opened or when its current inner VObject is replaced with this.
The default implementation sets aClipper as the new container and recalculates the layout of this. Only the class View implements this method differently in order to allow Views to be displayed in more than one Clipper concurrently. See also method View::AddToClipper> and method RemoveFromClipper.
Method is rarely overridden.
ARGUMENTS
- Clipper * aClipper
-
the new container of the VObject
RETURN ARGUMENT
void
CATEGORIES
container handling, overrider interface
FIRST DEFINITION
class VObject
FILES
- implementation:
-
VObject.C
Index
- NAME
-
- TEMPLATE
-
- SPECIFIERS
-
- DESCRIPTION
-
- ARGUMENTS
-
- RETURN ARGUMENT
-
- CATEGORIES
-
- FIRST DEFINITION
-
- FILES
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:22 GMT, March 30, 2022